#widget_filebind_list
{
	display: none;
	position: absolute;
	border: solid 1px #008;
	top:100px;
	left: 100px;
	max-height: 250px;
	overflow-y: auto;
	overflow-x: hidden;
	z-index: 99;
}
#widget_filebind_list ul 
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#widget_filebind_list ul li
{
    padding: 0;
    min-height: 10px;
    list-style-type: none;
    border-bottom: solid 1px #ddd;
    color: #ddd;
    background-color: #fff;
    font-size:11px;
	white-space: nowrap;
}

#widget_filebind_list ul li #noresult{
    color: #000000;
    background-color: #CCCCCC;
    text-align:right;
}
#widget_filebind_list ul li #more{
    color: #000000;
    background-color: #CCCCCC;
    text-align:right;
}
#widget_filebind_list ul i > a, #widget_filebind_list ul li a
{
    display: block;
    text-align: left;
    background-color: #fff;
    color: #000;
    padding-left: 4px;
    padding-right: 4px;
    padding-bottom: 2px;
    padding-top: 2px;
   
    font-family: verdana, arial;
    font-size: 10pt;
    text-decoration: none;
}
#widget_filebind_list ul li > a:hover, #widget_filebind_list ul li a:hover
{
    text-decoration: none;
    background-color: #000;
    color: #fff;
}
